home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo This utility will install Crossword Challenge to your computer's
- echo hard disk drive C:
- echo.
- echo This utility will first create a new subdirectory C:\XWORD
- echo.
- echo If your computer does not have a hard disk drive, or
- echo if you wish to abort this installation, press CTRL+BREAK
- echo or CTRL+C now!
- echo.
- echo Else to install Crossword Challenge to C:\XWORD,
- pause
- md c:\xword
- cls
- echo Installing Crossword Challenge...
- echo.
- copy x*.* c:\xword
- cls
- c:
- cd c:\xword
- echo.
- echo Installation complete!
- echo.
- echo To begin Crossword Challenge from your hard disk in the future,
- echo here is what you will need to do...
- echo.
- echo 1) Change your directory to C:\XWORD
- echo 2) Then enter XWORD
- echo.
- echo Here are the exact DOS commands to perform (write this down):
- echo.
- echo C:
- echo CHDIR C:\XWORD
- echo XWORD
- echo.
- echo Try this now, and enjoy using Crossword Challenge...!
-